home *** CD-ROM | disk | FTP | other *** search
/ Champak 130 / Vol 130.iso / games / restaura.swf / scripts / DefineSprite_676 / frame_3 / DoAction.as
Encoding:
Text File  |  2008-09-15  |  295 b   |  15 lines

  1. _root.czas_na_zegarze = 9 + _root.czas_na_zapamietanie - _root.czas_w_grze;
  2. if(_root.czas_w_grze >= _root.czas_na_zapamietanie + 9)
  3. {
  4.    _root.koniec_czasu = true;
  5.    tellTarget("/")
  6.    {
  7.       play();
  8.    }
  9.    tellTarget(_root.zegar)
  10.    {
  11.       prevFrame();
  12.    }
  13. }
  14. gotoAndPlay(2);
  15.